home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / webkit / resources.pak / Unnamed File 000132.unknown < prev    next >
Encoding:
Text File  |  2013-04-03  |  922 b   |  48 lines

  1. .js-outline-dialog > input {
  2.     font-size: 11px;
  3.     width: 100%;
  4.     height: 24px;
  5. }
  6.  
  7. .js-outline-dialog > div.progress {
  8.     position: absolute;
  9.     top: 35px;
  10.     left: 10px;
  11.     right: 10px;
  12.     height: 2px;
  13. }
  14.  
  15. .js-outline-dialog > div.container {
  16.     position: absolute;
  17.     top: 38px;
  18.     bottom: 10px;
  19.     left: 10px;
  20.     right: 10px;
  21.     overflow-y: auto;
  22.     border: 1px solid rgb(187, 187, 187);
  23.     background-color: white;
  24. }
  25.  
  26. .js-outline-dialog > .container > div.item {
  27.     padding: 2px;
  28.     white-space: nowrap;
  29.     text-overflow: ellipsis;
  30.     overflow: hidden;
  31.     color: rgb(95, 95, 95);
  32. }
  33.  
  34. .js-outline-dialog span.subtitle {
  35.     color: rgb(155, 155, 155);
  36.     padding-right: 2px;
  37.     float: right;
  38. }
  39.  
  40. .js-outline-dialog > .container > div.item.selected {
  41.     background-color: rgb(224, 224, 224);
  42. }
  43.  
  44. .js-outline-dialog > .container > div.item span.highlight {
  45.     color: black;
  46.     font-weight: bold;
  47. }
  48.